home *** CD-ROM | disk | FTP | other *** search
/ Programming in Microsoft Windows with C# / Programacion en Microsoft Windows con C#.iso / Original Code / Taming the Mouse / EnterLeave / EnterLeave.csproj < prev   
Encoding:
Text File  |  2001-01-15  |  2.8 KB  |  79 lines

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9148"
  5.         SchemaVersion = "1.0"
  6.     >
  7.         <Build>
  8.             <Settings
  9.                 ApplicationIcon = ""
  10.                 AssemblyKeyContainerName = ""
  11.                 AssemblyName = "EnterLeave"
  12.                 AssemblyOriginatorKeyFile = ""
  13.                 DefaultClientScript = "JScript"
  14.                 DefaultHTMLPageLayout = "Flow"
  15.                 DefaultTargetSchema = "IE32Nav30"
  16.                 DefaultServerScript = "VBScript"
  17.                 DefaultSessionState = "True"
  18.                 DelaySign = "false"
  19.                 NoStandardLibraries = "false"
  20.                 OutputType = "Exe"
  21.                 RootNamespace = "EnterLeave"
  22.                 StartupObject = ""
  23.             >
  24.                 <Config
  25.                     Name = "Debug"
  26.                     AllowUnsafeBlocks = "false"
  27.                     BaseAddress = "0"
  28.                     CheckForOverflowUnderflow = "false"
  29.                     DefineConstants = "DEBUG;TRACE"
  30.                     DocumentationFile = ""
  31.                     DebugSymbols = "true"
  32.                     IncrementalBuild = "false"
  33.                     FileAlignment = "4096"
  34.                     NoLogo = "true"
  35.                     NoOutput = "false"
  36.                     Optimize = "false"
  37.                     OutputPath = "bin\Debug\"
  38.                     RemoveIntegerChecks = "false"
  39.                     TreatWarningsAsErrors = "false"
  40.                     WarningLevel = "4"
  41.                 />
  42.                 <Config
  43.                     Name = "Release"
  44.                     AllowUnsafeBlocks = "false"
  45.                     BaseAddress = "0"
  46.                     CheckForOverflowUnderflow = "false"
  47.                     DefineConstants = "TRACE"
  48.                     DocumentationFile = ""
  49.                     DebugSymbols = "false"
  50.                     IncrementalBuild = "false"
  51.                     FileAlignment = "4096"
  52.                     NoLogo = "true"
  53.                     NoOutput = "false"
  54.                     Optimize = "true"
  55.                     OutputPath = "bin\Release\"
  56.                     RemoveIntegerChecks = "false"
  57.                     TreatWarningsAsErrors = "false"
  58.                     WarningLevel = "4"
  59.                 />
  60.             </Settings>
  61.             <References>
  62.                 <Reference Name = "System" />
  63.                 <Reference Name = "System.Drawing" />
  64.                 <Reference Name = "System.Windows.Forms" />
  65.             </References>
  66.         </Build>
  67.         <Files>
  68.             <Include>
  69.                 <File
  70.                     RelPath = "EnterLeave.cs"
  71.                     SubType = "Form"
  72.                     BuildAction = "Compile"
  73.                 />
  74.             </Include>
  75.         </Files>
  76.     </CSHARP>
  77. </VisualStudioProject>
  78.  
  79.